ASP.NET MVC Controls
Value Method (ErrorBarBuilder<T>)

The value
Sets the Value property.
Syntax
'Declaration
 
Public Function Value( _
   ByVal value As Object _
) As ErrorBarBuilder(Of T)
public ErrorBarBuilder<T> Value( 
   object value
)

Parameters

value
The value

Return Value

Current builder
Remarks
Gets or sets a value that specifies the error value of the series. This property should be work with ErrorAmount property. If ErrorAmount is ErrorAmount.FixedValue, the Value property is a fixed number value. If ErrorAmount is ErrorAmount.Percentage, the Value property is a percentage number value between 0 and 1. If errorAmount is ErrorAmount.Custom, the Value property is an object of minus/plus value or an array of minus/plus value. If ErrorAmount is ErrorAmount.StandardDeviation, the Value property is a percentage number of calculated standard deviation value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ErrorBarBuilder<T> Class
ErrorBarBuilder<T> Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback